home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp1 / phxln426.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  35 lines

  1. Short:    PhxLnk V4.26 Amiga DOS Linker
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  4.26
  5. Type:     dev/asm
  6. Replaces: dev/asm/PhxLnk425*
  7. Requires: OS2.04
  8.  
  9. PhxLnk is Freeware and supports all features of a standard Amiga-DOS linker
  10. (like BLink), except overlay hunks and automatic link vectors (ALV).
  11. There are two versions of PhxLnk, one for OS2.x and another for OS3.x.
  12.  
  13. Some features:
  14. o Links object files and libraries (SAS/C extended libraries too)
  15. o Sections may be forced to Chip RAM
  16. o Small Code, Small Data support
  17. o SAS/C-Blink Small Data compatibility available
  18. o '_MERGED' sections are recognized automatically (and coalesced like
  19.   Small Data sections)
  20. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  21. o Debug blocks are removed on request
  22. o Deletes empty sections
  23. o Zero bytes at the end of a section will be deleted and appear in the
  24.   HUNK_HEADER block only
  25. o User may define absolute external symbols
  26. o Generates HUNK_RELOC32SHORT blocks by default
  27.  
  28. CHANGES SINCE PHXLNK V4.25 (last Aminet release):
  29.  
  30. o Two new options, NOSHORTRELOCS/S and DONTSHORTENSECT/S for separately
  31.   disabling RELOC32SHORT hunk blocks and the deletion of zero bytes, at
  32.   the end of each section.
  33. o New linker symbol _CODE_LEN_ reflects the size of the first code
  34.   section in bytes.
  35.